*DefineTextEditor()
Begins a text editor definition block.
Syntax
*DefineTextEditor(txted_def_name, [arg_1, arg_2,..., arg_n])
Application
TextView
Inputs
- txted_def_name
- The name of the plot definition.
- arg_1, arg_2,..., arg_n (Optional)
- User-defined arguments.
Example
*DefineTextEditor(txted_def_1, fname)
    *Filename(fname)
    *TextColor(1)
    *BackgroundColor(4)
    *Font("helvetica", 1, 0, 24)
*EndDefine()Comments
The *DefineTextEditor() requires an ending *EndDefine() statement.
All arguments after the first argument are user-defined.